home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The CICA Windows Explosion!
/
The CICA Windows Explosion! - Disc 2.iso
/
demo
/
ed3demo.zip
/
ED.ZIP
/
CONFIG
/
LANG_BAS.XX_
/
LANG_BAS.XX
Wrap
Text File
|
1994-05-07
|
764b
|
54 lines
; Basic Language Keywords for ED Color Syntax Highlighting
; And Basic Templates
; Last change: 7 May 94
[Keywords]
case
def
else
end
error
for
function
gosub
goto
if
next
on
print
return
select
sub
then
wend
while
;---------------------------
; See "Template Creation" in the on line help and "Tool|Charts|ED Templates"
; for information on adding and modifying code templates.
[Templates]
d def fn \n\t\f\n\uend def
e else\n
ei elseif \f then
ex exit
f for \f = to\n\nnext
fu function\n\t\f\n\uend function
g gosub
i if \f then\n\t\n\uend if
n next
o on \f gosub
on on error goto
p print
r return
se select case\n\t\f\n\uend select
s sub\n\t\f\n\uend sub
w while\n\t\f\n\uwend
;##-- eof --##